projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130bf51
)
; tiny indentation fix to lisp/progmodes/elisp-mode.el
author
João Távora
<joaotavora@gmail.com>
Sat, 29 Aug 2020 14:45:26 +0000
(15:45 +0100)
committer
João Távora
<joaotavora@gmail.com>
Sun, 30 Aug 2020 13:55:36 +0000
(14:55 +0100)
* lisp/progmodes/elisp-mode.el (elisp-eldoc-var-docstring): Fix
indentation.
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 21ba42a0fe1bd66b22fadf889c43886d732d0f02..72b94a57b4a5717ad3d36c5ec9c1695ef966762a 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-1421,7
+1421,7
@@
Intended for `eldoc-documentation-functions' (which see)."
"Document variable at point.
Intended for `eldoc-documentation-functions' (which see)."
(let* ((sym (elisp--current-symbol))
- (docstring (and sym (elisp-get-var-docstring sym))))
+
(docstring (and sym (elisp-get-var-docstring sym))))
(when docstring
(funcall callback docstring
:thing sym